home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / glibc108.gz / glibc108 / glibc-1.08.1 / sysdeps / stub / bytesex.h < prev    next >
Text File  |  1992-11-18  |  426b  |  10 lines

  1. /* This file should define __BYTE_ORDER as appropriate for the machine
  2.    in question.  See string/endian.h for how to define it.
  3.  
  4.    If only the stub bytesex.h applies to a particular configuration,
  5.    bytesex.h is generated by running a program on the host machine.
  6.    So if cross-compiling to a machine with a different byte order,
  7.    the bytesex.h file for that machine must exist.  */
  8.  
  9. #error Machine byte order unknown.
  10.